DELETE /Extension/{id}/

Uninstalls the extension with the provided ID.
 

Request

Method Request URI
DELETE /API/Extension/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID.

Path Parameters

Path Parameter Description
id The ID of the extension to uninstall.

Request Body

There is no Request Body for this function.

Response

Response Body

A System.Boolean with the result, or a status code indicating the problem.